projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31423d8
)
[IA64] fix merge error with xen-unstable.hg
author
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Tue, 25 Jul 2006 18:39:01 +0000
(12:39 -0600)
committer
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Tue, 25 Jul 2006 18:39:01 +0000
(12:39 -0600)
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
tools/libxc/Makefile
patch
|
blob
|
history
diff --git
a/tools/libxc/Makefile
b/tools/libxc/Makefile
index 8d27af904c10c6b53e5ddf63e7679734d707436f..05fba845f4dc83166e0b367359219033d4fc9d32 100644
(file)
--- a/
tools/libxc/Makefile
+++ b/
tools/libxc/Makefile
@@
-31,6
+31,7
@@
GUEST_SRCS-y += xc_load_elf.c
GUEST_SRCS-y += xg_private.c
GUEST_SRCS-$(CONFIG_POWERPC) += xc_ppc_linux_build.c
GUEST_SRCS-$(CONFIG_X86) += xc_linux_build.c
+GUEST_SRCS-$(CONFIG_IA64) += xc_linux_build.c
GUEST_SRCS-$(CONFIG_MIGRATE) += xc_linux_restore.c xc_linux_save.c
GUEST_SRCS-$(CONFIG_HVM) += xc_hvm_build.c